Skip to content

Runnable minimal project skeleton + Dependencies and tooling + Basic CI workflow#3

Merged
MRD2F merged 11 commits into
mainfrom
dev
Nov 26, 2025
Merged

Runnable minimal project skeleton + Dependencies and tooling + Basic CI workflow#3
MRD2F merged 11 commits into
mainfrom
dev

Conversation

@MRD2F

@MRD2F MRD2F commented Nov 26, 2025

Copy link
Copy Markdown
Owner
  1. A runnable minimal project skeleton
    1.1. folder structure (src/service, etc.)
    1.2. App entry point (main.py)
    1.3. Initial code with features for the transcription class

  2. Dependencies and tooling
    2.1. pyproject.toml or requirements.txt
    2.2. Linting/formatting config (ruff, black)

  3. Basic CI working
    3.1. CI pipeline installs dependencies
    3.2. CI runs tests (so far only for the Transcription class)
    3.3 CI lints correctly

@MRD2F MRD2F merged commit 8f20a3d into main Nov 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant